ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Matrix Constructor / Matrix Constructor(Boolean,Vector[])
A bool indicates whether the direction of vectors is vertical.
A Vector array indicates the vectors.

In This Topic
    Matrix Constructor(Boolean,Vector[])
    In This Topic
    Initializes a new instance of Matrix class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal vertical As Boolean, _
       ByVal ParamArray vectors() As Vector _
    )
    public Matrix( 
       bool vertical,
       params Vector[] vectors
    )

    Parameters

    vertical
    A bool indicates whether the direction of vectors is vertical.
    vectors
    A Vector array indicates the vectors.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also